* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style-type: none;
	float: left;
}
html,body{
	width: 100%;
	height: 100%;
	background: #000;
}
.app{
	position: relative;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background: url(../img/FINAL_1404X2496_webp.webp) no-repeat;
	background-size: 100% 100%;
}
.content{
	position: absolute;
	left: 0;
	bottom: 7vh;
	width: 100%;
	padding: 2vh;
}
.logo{
	height: 8vh;
}
.center{
	text-align: center;
	margin-bottom: 10vh;
}
.list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2vh;
}
.list a {
	width: 48%;
}
.list .item {
	width: 100%;
}

.footer{
	font-size: 9px;
	text-align: center;
	color: #bcbcbc;
	padding: 5px 0;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 100%;
	letter-spacing: 1.2px;
}
